home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ppl, mnv, objc, foes, pwr, advance, psyprop
- psyprop = 0
- advance = 1
- puppetSprite(1, 1)
- ppl = [10, 11, 12, 13]
- mnv = [0, 0, 0, 0, 0, 0]
- objc = ["jmpchr", "brkglss", "cutpic"]
- set the keyUpScript to "psyreg"
- set the keyDownScript to "psyregb"
- repeat with i = 10 to 13
- set the constraint of sprite i to 39
- puppetSprite(i, 1)
- end repeat
- sprite(30).visible = 0
- sprite(2).visible = 0
- sprite(3).visible = 0
- foes = [43, 76, 103]
- set the locH of sprite 11 to 660
- set the locV of sprite 11 to 370
- set the locH of sprite 12 to 680
- set the locV of sprite 12 to 350
- set the locH of sprite 13 to -20
- set the locV of sprite 13 to 400
- puppetSprite(31, 0)
- puppetSprite(32, 1)
- end
-